projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55edb9d
)
powerpc: MPC8544DS: revert typo in I2C offset value
author
Benjamin Kamath
<
[email protected]
>
Wed, 29 Jun 2016 23:44:38 +0000
(16:44 -0700)
committer
York Sun
<
[email protected]
>
Wed, 20 Jul 2016 21:42:05 +0000
(14:42 -0700)
I2C offset was changed by commit
00f792e0
(added multibus support)
from 0x3100 to 0x3000. This typo leads to error when reading SPD
from DDR DIMMs.
Signed-off-by: Benjamin Kamath <
[email protected]
>
Signed-off-by: York Sun <
[email protected]
>
Reviewed-by: Joe Hershberger <
[email protected]
>
include/configs/MPC8544DS.h
patch
|
blob
|
history
diff --git
a/include/configs/MPC8544DS.h
b/include/configs/MPC8544DS.h
index b9d97c10069d50097022d37cac0cfabed943c344..321f71e80f1abb4dfbf67e309601a5e7f9ef6e42 100644
(file)
--- a/
include/configs/MPC8544DS.h
+++ b/
include/configs/MPC8544DS.h
@@
-209,7
+209,7
@@
extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_SYS_I2C_FSL
#define CONFIG_SYS_FSL_I2C_SPEED 400000
#define CONFIG_SYS_FSL_I2C_SLAVE 0x7F
-#define CONFIG_SYS_FSL_I2C_OFFSET 0x3
0
00
+#define CONFIG_SYS_FSL_I2C_OFFSET 0x3
1
00
#define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} }
#define CONFIG_SYS_I2C_EEPROM_ADDR 0x57